home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -readerstuff- / g&a_williams / quake_scripts / elektra_quake < prev    next >
Text File  |  1999-06-21  |  466b  |  32 lines

  1. set echo off
  2. set game=Elektra
  3. requestchoice >env:afcdno "Check For AFCD" "Please Select The AFCD You Have*nAnd Put It Into Your Amiga CD Drive" "AFCD 35" "DOH I dont have any of them"
  4.  
  5.  
  6. if val $afcdno eq 1
  7.     skip afcd35
  8. endif
  9.  
  10. if val $afcdno eq 0
  11.     skip Quit
  12. endif
  13.  
  14.  
  15. lab AFCD35
  16. set location=AFCD35:-screenplay-/OtherStuff/QuakeStuff
  17.  
  18.  
  19. lab start
  20.  
  21. Set GameType=Map   ; Game, Both, or Map
  22.  
  23. Set MapName=elektra
  24.  
  25.  
  26. set file1=Elektra.bsp
  27.  
  28. execute DoNotTouch
  29.  
  30. lab quit
  31.  
  32.